{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Stage 3: Counting task {% endblock %} {% block content %}
You stated on the previous screen that you would like to count {{ player.AdditionalTables }} additional table/s for the charity.

{{ player.get_or_create_task.html_body|safe }}
Number of times 0 appears:


Number of additional tables completed: {{ player.num_tasks_correct_additional }}

Click 'Submit Answer' to validate your answer.

You may stop working on the task at any time by clicking the 'End Task' button. Note that you can complete up to 20 additional tables.


{% endblock %} {% block scripts %} {% include 'realefforttask/includes/js_work_page.html' %} {% endblock %} {% block styles %} {% endblock %}